home *** CD-ROM | disk | FTP | other *** search
/ MacWorld Secrets (4th Edition) / Mac Secrets CD 4th Ed.toast.sit / Mac Secrets CD 4th Ed.toast / Shareware & Freeware / KeyQuencer 1.2.2 / Goodies and links / Cron link / KQ Macro for Cron - read me next >
Text File  |  1995-12-16  |  2KB  |  28 lines

  1. Alessandro Levi Montalcini
  2. C.so Re Umberto 10
  3. 10121 Torino
  4. Italy
  5.  
  6. e-mail: alm@torino.alpcom.it
  7. ftp://ftp.alpcom.it/software/mac/LMontalcini
  8. ftp://ftp.alpcom.it/software/mac/LMontalcini/html/alm_home.html
  9.  
  10. KQMacro 1.2.2 for Cron 1.0d16 - December 1995
  11.  
  12. • Chris Johnson's Cron is an extremely versatile timer that can execute common tasks at specified times. The KQMacro application provides a link between Cron and KeyQuencer, so that Cron can execute KeyQuencer macros at specified times. You can find the Cron package at one of the following sites:
  13.  
  14. anonymous ftp://ftp.cc.utexas.edu/pub/chrisj
  15. the web page http://gargravarr.cc.utexas.edu/cron/cron.html
  16. anonymous ftp://ftp.utexas.edu/pub/mac/util
  17. the web page http://www.utexas.edu/cc/microlib-mac/main.html
  18.  
  19. • The KQMacro application is a cron command, and it is only useful for people using both the Cron timer and the KeyQuencer macro engine. Drop it in the Cron folder to install it, then use it as any other Cron command (read the Cron documentation for more info).
  20.  
  21. • Here's a simple example that makes use of the KQMacro cron command:
  22. KQMacro "Message 'Hi there!'" "ShowClock 'Times' wait 30" "Play 'Indigo'"
  23. (the quotes are used by Cron to separate its parameters, so they are replaced by single quotes inside the KQ commands)
  24.  
  25. • Long macros can be saved as text files with the Macro Editor and launched by Cron with a command like this one:
  26. KQMacro "Open macro sysdisk 'Long Macros:My Text Macro'"
  27. (assuming the macro to execute is in a text macro file named "My Text Macro" inside the "Long Macros" folder on the startup disk)
  28.